Public MustOverride Function GetAllPrimaryKeysDescending() As List(Of Long)
Dim instance As BaseSingleIndex(Of T,TIndex) Dim value As List(Of Long) value = instance.GetAllPrimaryKeysDescending()
public abstract List<long> GetAllPrimaryKeysDescending()
public: abstract List<int64>^ GetAllPrimaryKeysDescending();